From: Matthias Clasen Date: Mon, 6 Feb 2012 00:12:41 +0000 (-0500) Subject: Mark strings as translable in bloatpad X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~18164 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c064bdb00c10c2b494727194b22a88b685fc24f6;p=gtk%2B3.0.git Mark strings as translable in bloatpad We don't have any intention of actually translating bloatpad, but this ends up as example in the docs. --- diff --git a/examples/bloatpad.c b/examples/bloatpad.c index 4178580262..3b5654e957 100644 --- a/examples/bloatpad.c +++ b/examples/bloatpad.c @@ -276,20 +276,20 @@ bloat_pad_startup (GApplication *application) " " "
" " " - " _New Window" + " _New Window" " app.new" " <Primary>n" " " "
" "
" " " - " _About Bloatpad" + " _About Bloatpad" " app.about" " " "
" "
" " " - " _Quit" + " _Quit" " app.quit" " <Primary>q" " " @@ -297,25 +297,25 @@ bloat_pad_startup (GApplication *application) "
" " " " " - " _Edit" + " _Edit" "
" " " - " _Copy" + " _Copy" " win.copy" " <Primary>c" " " " " - " _Parse" + " _Parse" " win.parse" " <Primary>v" " " "
" "
" " " - " _View" + " _View" "
" " " - " _Fullscreen" + " _Fullscreen" " win.fullscreen" " F11" " "